projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d7bfcc
)
(iconify-or-deiconify-frame): Make it work.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Jul 1993 22:01:29 +0000
(22:01 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Jul 1993 22:01:29 +0000
(22:01 +0000)
lisp/term/x-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/x-win.el
b/lisp/term/x-win.el
index 3fe85424e3ff0c7d62f3dfeca34ba51d2148bf7f..5ff135d1a3afe2bf14750b0282b9031438938e94 100644
(file)
--- a/
lisp/term/x-win.el
+++ b/
lisp/term/x-win.el
@@
-464,7
+464,9
@@
This returns ARGS with the arguments that have been processed removed."
(interactive)
(if (eq (cdr (assq 'visibility (frame-parameters))) t)
(iconify-frame)
- (make-frame-visible)))
+ (let ((foo (selected-frame)))
+ (make-frame-invisible foo)
+ (make-frame-visible foo))))
(substitute-key-definition 'suspend-emacs 'iconify-or-deiconify-frame
global-map)